Public Property Get MergedScriptLine As ScriptLine
All internal ScriptLine objects merged into a single ScriptLine
size (Get)
Public Property Get size As Long
Number of elements in the object
SourceLine (Get)
Public Property Get SourceLine As String
Merged SourceLine property of all internal ScriptLine objects.
values (Get)
Public Property Get values As Variant
Values carried by the object.
@return Array of ScriptLines containing the values of the object. If the object has no values then an array with a single Nothing instance will be returned.
Methods Detail
pop
Public Function pop() As ScriptLine
Gets the top (last added) object from the stack, then removes it from the stack.
Throws Exceptions
Message
Error Code
Comments
MSG_OPERATION_PROHIBITED
1003
if called when the Carrier has no content
clear
Public Sub clear()
Clears the carrier
load
Public Sub load(source As Variant)
Loads the object with content from source
idx
Argument
Data Type
Attributes
Comments
1
source
Variant
ScriptLinesCarrier OR Array of ScriptLines
Throws Exceptions
Message
Error Code
Comments
MSG_PARAMETER_INVALID
1195
if source is neither a ScriptLinesCarrier nor an Array of ScriptLines.